filterlistmodel: Fix fallthrough annotations in unreachable code
authorTimm Bäder <mail@baedert.org>
Fri, 5 Jun 2020 04:19:34 +0000 (06:19 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 5 Jun 2020 13:38:55 +0000 (15:38 +0200)
commit1f7adfd9ff1e19f45b198f7a3892266b2f23f201
treea35be586fedd20daae7f54e0145f865ddd66c650
parent672413f1f62d94d34ec9373f96da913519505d5b
filterlistmodel: Fix fallthrough annotations in unreachable code

They are only unreachable in debug builds but still break the build on
clang.
gtk/gtkfilterlistmodel.c